home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / MODE.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  1.1 KB  |  25 lines

  1. <<<<<<<<<<<<<<<<<<<<<            MODE             >>>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Sets the mode of operation for a printer ... a video monitor
  4. ... or an asynchronous communications adapter.  You must have the 
  5. appropriate hardware to support these commands.
  6.  
  7. MODE CO80               Switches to color and 80 characters per line.
  8.  
  9. MODE MONO               Switches to a monochrome display adapter.
  10.  
  11. "MODE ,,R                Shifts the video display right."
  12.  
  13. "MODE LPT1:132,6,P       Sets printer on port #1 to 132 characters per"
  14. ;                       line and specifies 6 lines per inch of vertical
  15. ;                       spacing.  The P specifies continuous retry on
  16. ;                       time-out errors.
  17.  
  18. "MODE COM1:1200,N,8,1    Sets communications port #1 to 1200 baud, "
  19. ";                       no parity, 8 databits, and 1 stopbit."
  20.  
  21. "MODE COM2:9600,N,8,1,P  Sets communications port #2 to 9600 baud, no"
  22. ";                       parity, 8 databits, and 1 stopbit.  The ,P"
  23. ;                       indicates a serial printer. 
  24. ###
  25.